derelict.purple.circbuffer

Undocumented in source.

Members

Aliases

PurpleCircBuffer
alias PurpleCircBuffer = _PurpleCircBuffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_circ_buffer_append
alias da_purple_circ_buffer_append = void function(PurpleCircBuffer* buf, gconstpointer src, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_circ_buffer_destroy
alias da_purple_circ_buffer_destroy = void function(PurpleCircBuffer* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_circ_buffer_get_max_read
alias da_purple_circ_buffer_get_max_read = gsize function(const(PurpleCircBuffer)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_circ_buffer_mark_read
alias da_purple_circ_buffer_mark_read = gboolean function(PurpleCircBuffer* buf, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_circ_buffer_new
alias da_purple_circ_buffer_new = PurpleCircBuffer* function(gsize growsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_circ_buffer_append
void purple_circ_buffer_append(PurpleCircBuffer* buf, gconstpointer src, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_circ_buffer_destroy
void purple_circ_buffer_destroy(PurpleCircBuffer* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_circ_buffer_get_max_read
gsize purple_circ_buffer_get_max_read(const(PurpleCircBuffer)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_circ_buffer_mark_read
gboolean purple_circ_buffer_mark_read(PurpleCircBuffer* buf, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_circ_buffer_new
PurpleCircBuffer* purple_circ_buffer_new(gsize growsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_circ_buffer_append
da_purple_circ_buffer_append purple_circ_buffer_append;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_circ_buffer_destroy
da_purple_circ_buffer_destroy purple_circ_buffer_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_circ_buffer_get_max_read
da_purple_circ_buffer_get_max_read purple_circ_buffer_get_max_read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_circ_buffer_mark_read
da_purple_circ_buffer_mark_read purple_circ_buffer_mark_read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_circ_buffer_new
da_purple_circ_buffer_new purple_circ_buffer_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_PurpleCircBuffer
struct _PurpleCircBuffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta